Skip to content

feat: 관리자 API(AdminController) 권한 검증 로직 추가 - #179

Closed
seonghobae wants to merge 1 commit into
mainfrom
admin-api-authorization-14384608482565855960
Closed

feat: 관리자 API(AdminController) 권한 검증 로직 추가#179
seonghobae wants to merge 1 commit into
mainfrom
admin-api-authorization-14384608482565855960

Conversation

@seonghobae

@seonghobae seonghobae commented Jul 18, 2026

Copy link
Copy Markdown
Collaborator

Superseded by #172, which implements the same admin:read/admin:write authorization boundary on every AdminController endpoint and has successful current-head CI, security, SAST, and fuzz checks. Keeping one canonical PR avoids conflicting duplicate branches.

`AdminController`의 엔드포인트에 `TenantAccessService`를 통한 `ADMIN_READ`, `ADMIN_WRITE` 권한 검증을 추가하여 보안을 강화했습니다. `TenantPermissions`에 신규 권한 문자열을 정의하고, 이를 통해 적절한 권한이 있는 사용자만 관리자용 API를 호출할 수 있도록 했습니다.
@google-labs-jules

Copy link
Copy Markdown

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@seonghobae seonghobae closed this Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant